* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
    list-style-type: none; 
}

body {
    max-width: 1200px; /* Puedes ajustar este valor */
    margin: 0 auto;
    overflow-x: hidden;
    transform: scale(0.9);
    transform-origin: top center;
}



header .LaPortada {
    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    align-items: center;
    margin-left: 100px;
}



.Capa-Portada {
    background-color: #f4f4f4;
}

.menu-icono {
    height: 240px;
    width: auto;
    margin: 20px 0;
    transition: transform 0.3s ease; 
    margin-left: -160px;
}

.menu-icono:hover {
    transform: scale(1.1); 
}

.Navegadores {
    display: flex;
    padding: 20px;
    margin-left: -40px;
}

.Navegadores a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 25px;
    background: linear-gradient( 1deg, rgb(105, 105, 126), rgb(255, 255, 255));
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    width: 120px;
    height: 50px;
    margin: 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-left: -1px;
}

.Navegadores a:hover {
    background-color: #2b8f98;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.Navegadores a:active {
    transform: translateY(1px);
    box-shadow: none;
}

.Navegadores ul {
    display: flex;
    padding: 0;
}

.Navegadores li {
    margin: 0 15px;
}

a {
    color: black;
    text-decoration: none;
    margin-right: 30px;
}

.LaSubApertura {
    background-color: #3fa9b1;
    height: 828px;
    width: 661px;
    margin-left: -320px;
}

.Img-centro {
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: 150px;
    
}

.Titular-del-Precierre {
    padding-top: 20px;
    display: flex;
    position: absolute; 
    font-size: 75px;
    color: rgb(255, 255, 255);
    margin-left:95px;
    margin-top: 100px;
    z-index: 2;
}

video {
    margin-left: -350px;
    width: 1882px;
}

.Capa {
    position: relative;
    background-color: rgb(146, 200, 241);
    width: 1932px;
    height: 370px;
    opacity: 0.3; /* Esta línea reduce la opacidad */
    mix-blend-mode: multiply;
    margin-top: -369px;
    margin-left: -400px;
}

.h2  {
    position: absolute;
}

.Titulo-Quienes-Somos {
    align-items: center;
    font-size: 24px;
    margin-left: 430px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.Texto-Nosotros {
    max-width: 1900px;
    margin: 60px auto;
    padding: 40px;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    width: 1500px;
    margin-left: -150px;
    margin-top: 100px;
}



.Contactanos {
    height: 314px;
    display: flex;
    margin-left: 39px;
    margin-top: 250px;
    z-index: 2;
}

.H3-Sueños {
    position: absolute;
    height: 314px;
    display: flex;
    margin-left: 455px;
    margin-top: -10px;
    font-family: monospace;
}

.Contacto-boton {
    position: absolute;
    height: 314px;
    display: flex;
    margin-left: 525px;
    margin-top: 30px;
    z-index: 2;
}

.Capa-Centro {
    position: absolute;
    background-color: #460b0b;
    width: 1949px;
    height: 450px;
    opacity: 0.4;
    mix-blend-mode: soft-light;
    margin-top: 150px;
    margin-left: -420px;
}



.Cierre {
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -700px;
    margin-left: 270px;
}

.Footer {
    position: absolute;
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -300px;
    margin-left: 270px;
}

.Final-Final {
    margin-top: 950px;
}


@media (max-width: 768px) {
    .Navegadores {
        flex-direction: column; 
        align-items: stretch; 
        margin-left: -1px; 
        width: 100%; 
    }

    .Navegadores a {
        width: 125%; 
        padding: 45px; 
        text-align: left; 
        margin: 10px 10px; 
        margin-left: -80px;
        background-color: #3fa9b1; 
        border-radius: 25px; 
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        
    }

}

.menu-icono {
    content: url(Imagenes/Taller_Centroderestauracion_Largo.png);
}

@media (max-width: 768px) {
    .menu-icono {
        content: url(Imagenes/Imagenes-V-Mobile/Titulo-Mobile.png);
        width: 145%;
        height: auto; 
        margin-left: -155px;
    }
}



@media (max-width: 768px) {
    .Titular-del-Precierre {
        font-size: 30px; 
        margin-left: 100px; 
        margin-top: -5px; 
    }

    .Capa {
        width: 100%; 
        height: auto; 
        margin-top: 10px; 
    }

    .Capa-Centro {
        width: 100%; 
        height: auto; 
        margin-top: 10px; 
    }

    video {
        width: 100%; 
        height: auto; 
        margin: 0; 
    }

    .Texto-Nosotros {
        max-width: 95%; /* Aumenta el ancho máximo para que se ajuste mejor */
        padding: 15px; /* Ajusta el padding para mayor comodidad */
        font-size: 16px; /* Aumenta un poco el tamaño de la fuente */
        line-height: 1.4; /* Mejora el espaciado entre líneas */
        margin: 20px auto; /* Centra el texto */
        text-align: start;
    }

    .Contactanos {
        flex-direction: column; 
        align-items: center; 
        margin-top: 20px; 
    }
}


.Contactanos {
    content: url(Imagenes/Taller_Centroderestauracion_Largo.png);
}

@media (max-width: 768px) {
    .Contactanos {
        content: url(Imagenes/Imagenes-V-Mobile/Titulo-Mobile.png);
        width: 105%;
        height: auto; 
        margin-left: -10px;
        margin-top: 180px;
    }
}


@media (max-width: 768px) {
    .H3-Sueños h3 {
        padding: 10px 20px; 
        font-size: 16px; 
        margin-left: -445px;
        margin-top: -40px;
    }

    .Contacto-boton {
        margin-top: 10px; 
    }

    .Contacto-boton a {
        padding: 10px 20px; 
        font-size: 16px; 
        margin-left: -610px;
    }

    .Capa-Suenos {
        /* Si necesitas ajustar la capa en móviles, puedes hacerlo aquí */
        padding: 10px; /* Aumenta el padding si es necesario */
    }

}

@media (max-width: 768px) {
    .Footer {
        padding: 10px 20px; 
        font-size: 14px; 
        margin-left: -90px;
        margin-top: -60px;
    }

    .Cierre {
        padding: 10px 20px; 
        font-size: 16px; 
        margin-left: -100px;
        margin-top:-400px;
    }

    

}
